← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:34 2022

Filename(eval 225)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 12 statements in 38µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
44142µs4.24msJSON::Schema::Modern::Annotation::::hasJSON::Schema::Modern::Annotation::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Annotation;
2
# spent 4.24ms (42µs+4.20) within JSON::Schema::Modern::Annotation::has which was called 4 times, avg 1.06ms/call: # once (13µs+2.23ms) by JSON::Schema::Modern::Result::BEGIN@20 at line 22 of JSON/Schema/Modern/Annotation.pm # once (11µs+974µs) by JSON::Schema::Modern::Result::BEGIN@20 at line 44 of JSON/Schema/Modern/Annotation.pm # once (9µs+509µs) by JSON::Schema::Modern::Result::BEGIN@20 at line 39 of JSON/Schema/Modern/Annotation.pm # once (9µs+484µs) by JSON::Schema::Modern::Result::BEGIN@20 at line 36 of JSON/Schema/Modern/Annotation.pm
sub has {
348µs for my $method (@$before) {
4411µs4699µs $method->(@_);
# spent 699µs making 4 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 175µs/call
5 }
6419µs43.50ms $$wrapped->(@_);}
# spent 3.50ms making 4 calls to Moo::has, avg 875µs/call
7;